home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / timer.1 < prev    next >
Text File  |  1995-07-25  |  607b  |  11 lines

  1. Usage: timer [<milliseconds>]
  2. where <milliseconds> is the number of milliseconds to wait between
  3. printing newlines.
  4. If <milliseconds> is not given, wait times are read from the standard input.
  5. In this mode, timer waits until a time and newline have been read,
  6. waits for the specied interval, writes a newline, and then reads again.
  7. Multiple times can be given on a line, separated by newlines.
  8. If a bad time is read or the standard input is closed, timer exits.
  9. Note that on most systems, the clock period is at least 10 milliseconds.
  10. Time requests are silently rounded up to the next highest clock period.
  11.